home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / vacatn12.zip / VACATION.DOC < prev    next >
Text File  |  1993-05-23  |  4KB  |  96 lines

  1. Program Name:
  2. ============
  3. PCB Vacation v1.2. (c) 1993  George L. Jereza
  4.  
  5. Purpose:
  6. =======
  7. Moves file descriptions from one PCB directory to another according to
  8. the filedate in the first directory.  Gives SysOp control over when files
  9. should appear in the upload directory.  Now, you can go on a two week
  10. vacation and still make those local uploads!
  11.  
  12. Syntax:
  13. ======
  14. The full syntax is available by entering the command without parameters
  15. at the DOS prompt.
  16.  
  17. Installation:
  18. ============
  19. 1. Place the actual files you want to 'automatically upload' in your
  20.    upload directory. These files are now downloadable. However,
  21.    your callers won't see them until the file descriptions get listed
  22.    in your upload directory (after VACATION moves them).
  23. 2. Using PCBoard's PCBFILER.EXE file utility or by locally uploading
  24.    the file in a special conference in the BBS, enter the file
  25.    descriptions into a special file. This is your input file. Make
  26.    sure it's sorted by ascending date order. Edit the file date to the
  27.    the date VACATION will move the file.
  28. 3. Include VACATION in your daily batch file.  End of installation!
  29.  
  30. Comments:
  31. =========
  32. 1. The two directory files are:
  33.     a. input file   - where the new file descriptions are coming from
  34.     b. output file  - where the new file descriptions are going to
  35.  
  36.  
  37.   Example format for the input file: (the 'source' file)
  38.   ---------------------------------------------------------------------------
  39.   ANYFILE3.ZIP   123302  05-18-94  ANYFILE  QWK Reader ver. 1.0 -- (3/3)
  40.                                  | Documentation file.
  41.   VACATION.ZIP   200000  05-19-94  PcBoard Sysop's file upload utility.
  42.   ---------------------------------------------------------------------------
  43.  
  44.  
  45.  
  46.   Example format for the ouput file: (the file to be appended to or the
  47.                                       'destination' file)
  48.   ---------------------------------------------------------------------------
  49.   ANYFILE1.ZIP   100230  05-15-94  ANYFILE  QWK Reader ver. 1.0 -- (1 of 3)
  50.                                  | Super duper qwk reader. Download now to
  51.                                  | appreciate. This is the system disk.
  52.   ANYFILE2.ZIP   123338  05-17-94  ANYFILE  QWK Reader ver. 1.0 -- (2 of 3)
  53.                                  | Overlays and database.
  54.      a new file description will be appended here on 5/18/94 and 5/19/99
  55.   ---------------------------------------------------------------------------
  56.  
  57.    Both input and output files have the same format.  You must have both
  58.    files in the format shown above.  Use PCBoard's PCBFILER utility to
  59.    enter data in the input file.  In the example above, a batch file
  60.    (containing PCB VACATION) which executes daily (your event file, mailer
  61.    batch file, or whatever makes you BBS tick) will automatically append
  62.    any file description in the input file with the current date, into the
  63.    output file.
  64.  
  65. 2. VACATION will automatically change the date of the actual file to the
  66.    the date the file descriptions were moved.
  67.  
  68. 3. VACATION will identify (in the OutPut file) files it could not
  69.    locate in your upload directory.  These missing files will have 'n/a'
  70.    in the file size column of the OutPut file (THE upload directory).
  71.  
  72. 4. This is a quick and dirty program. Testing was limited. For bug
  73.    reports or if you have a question, suggestion, or comments,  call
  74.    my BBS between noon t' midnight in San Francisco or use net mail.
  75.  
  76. This is a free program.  Enjoy your vacation!
  77.  
  78. George L. Jereza
  79. The ClipBoard, SysOp
  80. BBS#     (415) 239-0454   FidoNet:  1:125/454
  81.          1200-14400 bps   Internet: george.jereza@f454.n125.z1.fidonet.org
  82. CIS:      73540,3241
  83.  
  84.  
  85. HISTORY:
  86. =======
  87. 1.2 - FIXED:   file writes would bomb if file descriptions were exactly
  88.                as long as the maximum allowed by PCBoard v14.5.
  89.       ADDED:   now detects end of file condition in the Input file.
  90.       CHANGED: minor changes in documentation
  91. 1.1 - CHANGED: improved docs, screen display
  92. 1.0 - initial release
  93.  
  94. ---end of doc---
  95. Date: 5/93
  96.